管理 Terraform 狀態 Reviews

96240 reviews

Saranya S. · Reviewed 3 months ago

Felix K. · Reviewed 3 months ago

sridhar n. · Reviewed 3 months ago

Sagar A. · Reviewed 3 months ago

Krishna P. · Reviewed 3 months ago

Priyanshu K. · Reviewed 3 months ago

Aromal M. · Reviewed 3 months ago

Vignesh K. · Reviewed 3 months ago

Mayur urs N. · Reviewed 3 months ago

VADDE VENKATESH U. · Reviewed 3 months ago

Viresh S. · Reviewed 3 months ago

Yuvaraj R. · Reviewed 3 months ago

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 3 months ago

Luis Miguel R. · Reviewed 3 months ago

Francisco C. · Reviewed 3 months ago

Marcus B. · Reviewed 3 months ago

James P. · Reviewed 3 months ago

Navya sree N. · Reviewed 3 months ago

not enough time

Lucía O. · Reviewed 3 months ago

Fernanda C. · Reviewed 3 months ago

Leopoldo Gabriel A. · Reviewed 3 months ago

ASHISH MATHEW U. · Reviewed 3 months ago

VAISHNAVI V. · Reviewed 3 months ago

NITHYA RUBINI R U. · Reviewed 3 months ago

JOASH SHARON J U. · Reviewed 3 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.