We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f4720 commit eb859baCopy full SHA for eb859ba
README.md
@@ -21,7 +21,7 @@ Creating am Amazon EC2 Instance is as easy as:
21
aws = provider("aws", "2.13.0")
22
aws.region = "us-west-2"
23
24
-aws.resource.instance(instance_type ="t2.micro", type="ami-2757f631")
+aws.resource.instance(instance_type ="t2.micro", ami="ami-2757f631")
25
```
26
### Using functions
27
0 commit comments