Skip to content

Commit

Permalink
Move the warning higher-up
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Feb 28, 2024
1 parent 7bdb407 commit 80143da
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/howto/features/cloud-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ This AWS IAM Role is managed via terraform.
## Enabling specific cloud access permissions

1. In the `.tfvars` file for the project in which this hub is based off
create (or modify) the `hub_cloud_permissions` variable. The config is
like:
create (or modify) the `hub_cloud_permissions` variable.

```{warning}
`allow_access_to_external_requester_pays_buckets` is not yet supported on AWS!
```

The config is like:

`````{tab-set}
````{tab-item} GCP
Expand Down Expand Up @@ -66,9 +71,6 @@ This AWS IAM Role is managed via terraform.
````
`````

```{warning}
`allow_access_to_external_requester_pays_buckets` is not yet supported on AWS!
```
where:

1. `<hub-name-slug>` is the name of the hub, but restricted in length. This
Expand Down

0 comments on commit 80143da

Please sign in to comment.