Bach Huynh V. VN.Danang

Results 20 comments of Bach Huynh V. VN.Danang

Hi guys, This is work for me: on terraform with terraform cloud provider ``` //.tfvars private_subnets = ["10.10.20.0/24", "10.10.21.0/24"] //.tf variable "private_subnets" { type = list(string) } resource "tfe_variable" "private_subnets"...

Hi all, I really tired when trying to find to implement separated PRD domain with DEV domain, especially with add-on, it's totally useless when try to use some Output like...

Hi @efekarakus , @huanjani I got the same problem! When Codepipeline running trigger by code merged, at the last phase ![image](https://user-images.githubusercontent.com/16200158/177308411-30c2f947-67c9-4723-b269-b645e1423d89.png) checked on Cloudformation: ![image](https://user-images.githubusercontent.com/16200158/177308744-7b96d4c3-3197-4b17-924d-bd20cdd42af5.png) Try to delete a parameter...

![image](https://user-images.githubusercontent.com/16200158/177316071-eec441be-4ee8-4973-b627-49df504b2c55.png) Sometime is another param

Hi all and @efekarakus , here my secrets block on my manifest.yml. No any "`" at the end on any line. ``` secrets: APP_NAME: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/APP_NAME APP_ENV: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/APP_ENV APP_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/APP_KEY APP_DEBUG:...

I wonder the Codebuild step have a problem, in the step, it will generate Cloudformation stack template and the Deploy step will use the generated CloudFormation stack template to create...

Hi All, I resolved it! Rootcause: buildspec.yml was too old for copilot old version. and It does not support `${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/` in the SSM name Resolve: - Delete the old pipeline...

@dannyrandall Hi Danny, The old version I used: v1.8 Now, I updated it to v1.17

Thank you @efekarakus , Hope it will be updated soon. Beside attaching existed security group of ELB, Let find another way like as proactive configure it in manifest.yml to change...

Hi @efekarakus, yes it is! I want copilot could modify CIDR default when creating by manifest. Currently, the security group is allow any (0.0.0.0/0) port 80/443 to public ELB. Some...