Skip to content

parse error #117

@suzuki-shunsuke

Description

@suzuki-shunsuke

The output of terraform plan.

Note: Objects have changed outside of Terraform
	
Terraform detected the following changes made outside of Terraform since the
last "terraform apply":

  # mongodbatlas_cluster.foo has been changed
  ~ resource "mongodbatlas_cluster" "foo" {
        # ...
        # (29 unchanged attributes hidden)



        # (3 unchanged blocks hidden)
    }

Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Changes to Outputs:
  + foo_mongo_uri = "xxx"

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan.binary

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan.binary"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions