Skip to content

Commit

Permalink
update version (super-linter#1607)
Browse files Browse the repository at this point in the history
* update version

* optimize
  • Loading branch information
admiralAwkbar authored Jun 1, 2021
1 parent ac6fdeb commit a6e46de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .automation/test/arm/arm_bad_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"name": "[variables('Network.Name')]",
"type": "Microsoft.Network/virtualNetworks",
"apiVersion": "2019-12-01",
"apiVersion": "2021-05-01",
"tags": "[variables('Network.Tags')]",
"properties": {
"addressSpace": {
Expand All @@ -50,4 +50,4 @@
"value": "[reference(resourceId('Microsoft.Network/virtualNetworks',variables('Network.Name')), '2019-12-01', 'Full')]"
}
}
}
}
2 changes: 1 addition & 1 deletion .automation/test/arm/arm_good_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"resources": [
{
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2019-06-01",
"apiVersion": "2021-05-01",
"name": "[concat('store', uniquestring(resourceGroup().id))]",
"location": "[parameters('location')]",
"kind": "StorageV2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ resource "aws_instance" "instanceWithVpc" {
ami = "some-id"
instance_type = "t2.micro"
monitoring = true
ebs_optimized = true

vpc_security_group_ids = ["sg-12345678901234567"]
subnet_id = "subnet-12345678901234567"
Expand Down

0 comments on commit a6e46de

Please sign in to comment.