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

readme updates #392

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ For more information see, [Getting started with IBM Cloud Internet Services](htt
* [Examples](./examples)
* [End-to-end example](./examples/complete)
* [Contributing](#contributing)
<!-- END OVERVIEW HOOK -->

## terraform-ibm-cis
<!-- END OVERVIEW HOOK -->

## Usage
### Usage

```terraform
provider "ibm" {
Expand All @@ -38,7 +38,7 @@ provider "ibm" {

module "cis_instance" {
source = "terraform-ibm-modules/cis/ibm"
version = "latest" # Replace "latest" with a release version to lock into a specific release
version = "X.X.X" # Replace "X.X.X" with a release version to lock into a specific release
service_name = "example-cis"
resource_group_id = "000fb3134f214c3a9017554db4510f70" # pragma: allowlist secret
plan = "standard-next"
Expand Down Expand Up @@ -95,8 +95,7 @@ module "cis_glb" {
}
```


## Required IAM access policies
### Required IAM access policies

You need the following permissions to run this module.

Expand Down