@@ -81,12 +81,12 @@ func TestExamplesComplete(t *testing.T) {
81
81
// Run `terraform output` to get the value of an output variable
82
82
ecsClusterId := terraform .Output (t , terraformOptions , "ecs_cluster_id" )
83
83
// Verify we're getting back the outputs we expect
84
- assert .Equal (t , "arn:aws:ecs:us-east-2:126450723953 :cluster/" + basename , ecsClusterId )
84
+ assert .Equal (t , "arn:aws:ecs:us-east-2:799847381734 :cluster/" + basename , ecsClusterId )
85
85
86
86
// Run `terraform output` to get the value of an output variable
87
87
ecsClusterArn := terraform .Output (t , terraformOptions , "ecs_cluster_arn" )
88
88
// Verify we're getting back the outputs we expect
89
- assert .Equal (t , "arn:aws:ecs:us-east-2:126450723953 :cluster/" + basename , ecsClusterArn )
89
+ assert .Equal (t , "arn:aws:ecs:us-east-2:799847381734 :cluster/" + basename , ecsClusterArn )
90
90
91
91
// Run `terraform output` to get the value of an output variable
92
92
ecsExecRolePolicyName := terraform .Output (t , terraformOptions , "ecs_exec_role_policy_name" )
@@ -111,7 +111,7 @@ func TestExamplesComplete(t *testing.T) {
111
111
// Run `terraform output` to get the value of an output variable
112
112
taskExecRoleArn := terraform .Output (t , terraformOptions , "task_exec_role_arn" )
113
113
// Verify we're getting back the outputs we expect
114
- assert .Equal (t , "arn:aws:iam::126450723953 :role/" + basename + "-exec" , taskExecRoleArn )
114
+ assert .Equal (t , "arn:aws:iam::799847381734 :role/" + basename + "-exec" , taskExecRoleArn )
115
115
116
116
// Run `terraform output` to get the value of an output variable
117
117
taskRoleName := terraform .Output (t , terraformOptions , "task_role_name" )
@@ -121,7 +121,7 @@ func TestExamplesComplete(t *testing.T) {
121
121
// Run `terraform output` to get the value of an output variable
122
122
taskRoleArn := terraform .Output (t , terraformOptions , "task_role_arn" )
123
123
// Verify we're getting back the outputs we expect
124
- assert .Equal (t , "arn:aws:iam::126450723953 :role/" + basename + "-task" , taskRoleArn )
124
+ assert .Equal (t , "arn:aws:iam::799847381734 :role/" + basename + "-task" , taskRoleArn )
125
125
}
126
126
127
127
func TestExamplesCompleteDisabled (t * testing.T ) {
0 commit comments