File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
oci-deployment-examples/oci-devops-instance-env-dynamic-update Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ freeformTags.key = 'env' && freeformTags.value = 'prod'
72
72
``` java
73
73
freeformTags. key = ' env' && freeformTags. value = ' prod' && lifecycleState= ' RUNNING'
74
74
```
75
- #### Using most commong compute instance attributes.
75
+ #### Using most common compute instance attributes.
76
76
77
77
- Using ` availabilityDomain `
78
78
@@ -100,7 +100,7 @@ shape='VM.Standard.E3.Flex'
100
100
![ ] ( images/oci-query-shape.png )
101
101
102
102
103
- - You may also use various other paramters of instanes like ` definedTags ` , ` lifecycleState ` ,
103
+ - You may also use various other parameters of instanes like ` definedTags ` , ` lifecycleState ` ,
104
104
105
105
#### Operators supports
106
106
You can’t perform that action at this time.
0 commit comments