Amazon web services – How to update the Source Code as well with terraform apply?
I have a terraform script to deploy an AWS Glue Job with it's sourcecode (ET script). When I run terraform apply it's updating the infrastructure. But not the source code. What should I do to update the code as well??…