File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
examples/deployment/complete Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ aws s3api put-object --bucket example-ci-{account_id}-{region} --key deployment-
3232| ------| ---------|
3333| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.0 |
3434| <a name =" requirement_archive " ></a > [ archive] ( #requirement\_ archive ) | >= 2.2 |
35- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.0 |
35+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5.32 |
3636
3737## Providers
3838
3939| Name | Version |
4040| ------| ---------|
4141| <a name =" provider_archive " ></a > [ archive] ( #provider\_ archive ) | >= 2.2 |
42- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.0 |
42+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.32 |
4343
4444## Modules
4545
Original file line number Diff line number Diff line change @@ -105,6 +105,17 @@ module "deployment" {
105105 s3_bucket = aws_s3_bucket. source . bucket
106106 s3_key = local. s3_key
107107
108+ codepipeline_variables = [
109+ {
110+ name = " FOO"
111+ default_value = " BAR"
112+ description = " test with all config values"
113+ },
114+ {
115+ name = " BAR"
116+ }
117+ ]
118+
108119 codepipeline_post_deployment_stages = [
109120 {
110121 name = " Custom"
You can’t perform that action at this time.
0 commit comments