Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for obs restricted #88

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/obs_restricted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This modules creates an OBS Bucket with KMS SSE default encryption and user that

```hcl
provider "opentelekomcloud" {
alias = "toplevel-de"
alias = "top_level_project"
max_retries = 100
auth_url = "https://iam.eu-de.otc.t-systems.com/v3"
tenant_name = "eu-de"
Expand All @@ -20,7 +20,7 @@ module "obs_restricted_eu_de" {
source = "registry.terraform.io/iits-consulting/project-factory/opentelekomcloud//modules/obs_restricted"
bucket_name = var.bucket_name
providers = {
opentelekomcloud = opentelekomcloud.toplevel-de
opentelekomcloud = opentelekomcloud.top_level_project
}
}
```
Loading