Skip to content

Commit 0c9b7b7

Browse files
authored
Merge pull request #1 from JohannesHedberg/main
Update README.md for argument --provider
2 parents d3447cf + 4555336 commit 0c9b7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Run the binary:
121121
122122
| Flag | Description | Example |
123123
| ------------------- | ----------------------------------------------------------------------------------- | ----------------------------- |
124-
| `--provider, -p` | Specify Terraform providers (e.g., `hashicorp/aws:>=3.0`). | `-p hashicorp/aws:>=3.0` |
124+
| `--provider, -p` | Specify Terraform providers (e.g., `'hashicorp/aws:>=3.0'`). | `-p 'hashicorp/aws:>=3.0'` |
125125
| `--resource, -r` | Specify resources (e.g., `aws_instance:single`, `azurerm_resource_group:multiple`). | `-r aws_instance:single` |
126126
| `--directory, -d` | The working directory for Terraform files. | `-d ./output` |
127127
| `--binary, -b` | The path to the Terraform binary. | `-b /usr/local/bin/terraform` |

0 commit comments

Comments
 (0)