Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Fixing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Sep 1, 2023
1 parent f94a943 commit dcab547
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion marbot-cloudformation-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot-cloudformation-drift",
"StackVersion": "1.5.0",
"StackVersion": "1.6.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down
2 changes: 1 addition & 1 deletion marbot-ec2-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot-ec2-instance",
"StackVersion": "2.5.0",
"StackVersion": "2.6.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down
2 changes: 1 addition & 1 deletion marbot-ec2-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot-ec2-instances",
"StackVersion": "2.5.0",
"StackVersion": "2.6.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down
2 changes: 1 addition & 1 deletion marbot-elasticache-memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot-elasticache-memcached",
"StackVersion": "1.6.0",
"StackVersion": "1.7.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down
2 changes: 1 addition & 1 deletion marbot-interface-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot-interface-endpoint",
"StackVersion": "1.0.0",
"StackVersion": "1.1.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down
2 changes: 1 addition & 1 deletion marbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Resources:
{
"Type": "monitoring-jump-start-connection",
"StackTemplate": "marbot",
"StackVersion": "3.2.0",
"StackVersion": "3.3.0",
"Partition": "${AWS::Partition}",
"AccountId": "${AWS::AccountId}",
"Region": "${AWS::Region}",
Expand Down

0 comments on commit dcab547

Please sign in to comment.