Difference between revisions of "Terraform init -upgrade"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
  [[terraform init]] -upgrade
 
  [[terraform init]] -upgrade
 +
 +
<pre>
 +
 +
Initializing Terraform Cloud...
 +
Upgrading modules...
 +
Downloading registry.terraform.io/terraform-aws-modules/eks/aws 19.15.3 for eks...
 +
- eks in .terraform/modules/eks
 +
- eks.eks_managed_node_group in .terraform/modules/eks/modules/eks-managed-node-group
 +
- eks.eks_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
 +
- eks.fargate_profile in .terraform/modules/eks/modules/fargate-profile
 +
Downloading registry.terraform.io/terraform-aws-modules/kms/aws 1.1.0 for eks.kms...
 +
- eks.kms in .terraform/modules/eks.kms
 +
- eks.self_managed_node_group in .terraform/modules/eks/modules/self-managed-node-group
 +
- eks.self_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
 +
Downloading registry.terraform.io/terraform-aws-modules/iam/aws 4.7.0 for irsa-ebs-csi...
 +
- irsa-ebs-csi in .terraform/modules/irsa-ebs-csi/modules/iam-assumable-role-with-oidc
 +
Downloading registry.terraform.io/terraform-aws-modules/vpc/aws 5.0.0 for vpc...
 +
- vpc in .terraform/modules/vpc
 +
 +
Initializing provider plugins...
 +
- Finding hashicorp/aws versions matching ">= 2.23.0, >= 3.72.0, >= 4.47.0, >= 4.57.0, >= 5.0.0, ~> 5.7.0"...
 +
- Finding hashicorp/random versions matching "~> 3.5.1"...
 +
- Finding hashicorp/kubernetes versions matching ">= 2.10.0"...
 +
- Finding hashicorp/time versions matching ">= 0.9.0"...
 +
- Finding hashicorp/tls versions matching ">= 3.0.0, ~> 4.0.4"...
 +
- Finding hashicorp/cloudinit versions matching ">= 2.0.0, ~> 2.3.2"...
 +
- Installing hashicorp/kubernetes v2.23.0...
 +
- Installed hashicorp/kubernetes v2.23.0 (signed by HashiCorp)
 +
- Using previously-installed hashicorp/time v0.9.1
 +
- Using previously-installed hashicorp/tls v4.0.4
 +
- Using previously-installed hashicorp/cloudinit v2.3.2
 +
- Using previously-installed hashicorp/aws v5.7.0
 +
- Using previously-installed hashicorp/random v3.5.1
 +
 +
Terraform has made some changes to the provider dependency selections recorded
 +
in the .terraform.lock.hcl file. Review those changes and commit them to your
 +
version control system if they represent changes you intended to make.
 +
 +
Terraform Cloud has been successfully initialized!
 +
 +
You may now begin working with Terraform Cloud. Try running "terraform plan" to
 +
see any changes that are required for your infrastructure.
 +
 +
If you ever set or change modules or Terraform Settings, run "terraform init"
 +
again to reinitialize your working directory.
 +
</pre>
  
 
== Related ==
 
== Related ==
 
* [[Terraform providers]]
 
* [[Terraform providers]]
 
* [[Terraform modules]]
 
* [[Terraform modules]]
* [[terraform plan]]
+
* <code>[[terraform plan]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:38, 16 July 2024

terraform init -upgrade

Initializing Terraform Cloud...
Upgrading modules...
Downloading registry.terraform.io/terraform-aws-modules/eks/aws 19.15.3 for eks...
- eks in .terraform/modules/eks
- eks.eks_managed_node_group in .terraform/modules/eks/modules/eks-managed-node-group
- eks.eks_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
- eks.fargate_profile in .terraform/modules/eks/modules/fargate-profile
Downloading registry.terraform.io/terraform-aws-modules/kms/aws 1.1.0 for eks.kms...
- eks.kms in .terraform/modules/eks.kms
- eks.self_managed_node_group in .terraform/modules/eks/modules/self-managed-node-group
- eks.self_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
Downloading registry.terraform.io/terraform-aws-modules/iam/aws 4.7.0 for irsa-ebs-csi...
- irsa-ebs-csi in .terraform/modules/irsa-ebs-csi/modules/iam-assumable-role-with-oidc
Downloading registry.terraform.io/terraform-aws-modules/vpc/aws 5.0.0 for vpc...
- vpc in .terraform/modules/vpc

Initializing provider plugins...
- Finding hashicorp/aws versions matching ">= 2.23.0, >= 3.72.0, >= 4.47.0, >= 4.57.0, >= 5.0.0, ~> 5.7.0"...
- Finding hashicorp/random versions matching "~> 3.5.1"...
- Finding hashicorp/kubernetes versions matching ">= 2.10.0"...
- Finding hashicorp/time versions matching ">= 0.9.0"...
- Finding hashicorp/tls versions matching ">= 3.0.0, ~> 4.0.4"...
- Finding hashicorp/cloudinit versions matching ">= 2.0.0, ~> 2.3.2"...
- Installing hashicorp/kubernetes v2.23.0...
- Installed hashicorp/kubernetes v2.23.0 (signed by HashiCorp)
- Using previously-installed hashicorp/time v0.9.1
- Using previously-installed hashicorp/tls v4.0.4
- Using previously-installed hashicorp/cloudinit v2.3.2
- Using previously-installed hashicorp/aws v5.7.0
- Using previously-installed hashicorp/random v3.5.1

Terraform has made some changes to the provider dependency selections recorded
in the .terraform.lock.hcl file. Review those changes and commit them to your
version control system if they represent changes you intended to make.

Terraform Cloud has been successfully initialized!

You may now begin working with Terraform Cloud. Try running "terraform plan" to
see any changes that are required for your infrastructure.

If you ever set or change modules or Terraform Settings, run "terraform init"
again to reinitialize your working directory.

Related[edit]

See also[edit]

Advertising: