Manage Terraform State Reviews
93919 reviews
After the step "Copy your Terraform state into your docker.tf file", terraform plan failed: 1. This fails because there is still a docker_container.web resource in main.tf. I had to remove that first before seeing the errors about read-only arguments. 2. As of writing (using docker provider version 3.9.0), the "links" argument is no longer present in `terraform show` output, so there was no warning about a deprecated argument. 3. The terraform show output uses "nginx:latest" in "image" instead of the sha256. After removing unneeded attributes in docker.tf, terraform plan now says that the container will be replaced: ``` Terraform will perform the following actions: # docker_container.web must be replaced -/+ resource "docker_container" "web" { ... + env = (known after apply) # forces replacement ``` The subsequent step (changing image = docker_image.nginx.image_id) then requires replacing the container again because the image attribute in the state was "nginx:latest", not "sha256:..."
Gerardus Samudra S. · Reviewed 9 days ago
Luis Miguel R. · Reviewed 9 days ago
Francisco C. · Reviewed 9 days ago
Marcus B. · Reviewed 9 days ago
James P. · Reviewed 9 days ago
Navya sree N. · Reviewed 9 days ago
not enough time
Lucía O. · Reviewed 9 days ago
Fernanda C. · Reviewed 9 days ago
Leopoldo Gabriel A. · Reviewed 9 days ago
ASHISH MATHEW U. · Reviewed 9 days ago
VAISHNAVI V. · Reviewed 9 days ago
NITHYA RUBINI R U. · Reviewed 9 days ago
JOASH SHARON J U. · Reviewed 9 days ago
Arjun K. · Reviewed 9 days ago
Raghul. V. · Reviewed 9 days ago
done
Jan Dierekh A. · Reviewed 9 days ago
PRAVEEN K U. · Reviewed 10 days ago
JOANN OF ARC A U. · Reviewed 10 days ago
Varshitha G. · Reviewed 10 days ago
VENU KRISHNA M S U. · Reviewed 10 days ago
Kalyan kumar B. · Reviewed 10 days ago
nice
abi G. · Reviewed 10 days ago
Ganga Mani S. · Reviewed 10 days ago
Vaisakh S. · Reviewed 10 days ago
238R1A05Z0 B. · Reviewed 10 days ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.