Skip to content

Commit

Permalink
example & readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeljkoBenovic committed Aug 13, 2022
1 parent 1dbe419 commit f190b11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .header.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ Instances can be tainted by running the `terraform taint module.instances[<insta

Example:
```shell
terraform taint module.instances[\"0\"].aws_instance.polygon_edge_instance
terraform taint module.instances[\"1\"].aws_instance.polygon_edge_instance
terraform taint module.instances[\"2\"].aws_instance.polygon_edge_instance
terraform taint module.instances[\"3\"].aws_instance.polygon_edge_instance
terraform taint module.instances[0].aws_instance.polygon_edge_instance
terraform taint module.instances[1].aws_instance.polygon_edge_instance
terraform taint module.instances[2].aws_instance.polygon_edge_instance
terraform taint module.instances[3].aws_instance.polygon_edge_instance
terraform apply
```

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_polygon-edge"></a> [polygon-edge](#module\_polygon-edge) | aws-ia/polygon-technology-edge/aws | 0.0.1 |
| <a name="module_polygon-edge"></a> [polygon-edge](#module\_polygon-edge) | aws-ia/polygon-technology-edge/aws | >=0.0.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "polygon-edge" {
source = "aws-ia/polygon-technology-edge/aws"
version = "0.0.1"
version = ">=0.0.1"

account_id = var.account_id
premine = var.premine
Expand Down

0 comments on commit f190b11

Please sign in to comment.