Skip to content

Instantly share code, notes, and snippets.

@sudhikan
Created December 1, 2021 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudhikan/8e42985bc0db13512c9cd602d8acab3a to your computer and use it in GitHub Desktop.
Save sudhikan/8e42985bc0db13512c9cd602d8acab3a to your computer and use it in GitHub Desktop.
#######################
# terraform show
#######################
...
resource "aws_db_instance" "default" {
address = "orc8rdb.cg2lehhvclgn.us-west-2.rds.amazonaws.com"
allocated_storage = 64
allow_major_version_upgrade = true
arn = "arn:aws:rds:us-west-2:007606123670:db:orc8rdb"
auto_minor_version_upgrade = true
availability_zone = "us-west-2b"
backup_retention_period = 7
backup_window = "01:00-01:30"
ca_cert_identifier = "rds-ca-2019"
copy_tags_to_snapshot = false
customer_owned_ip_enabled = false
db_subnet_group_name = "orc8r"
delete_automated_backups = true
deletion_protection = false
enabled_cloudwatch_logs_exports = []
endpoint = "orc8rdb.cg2lehhvclgn.us-west-2.rds.amazonaws.com:5432"
engine = "postgres"
engine_version = "9.6.22" <<<<<---===---------------------------------------------
engine_version_actual = "9.6.22" <<<<<---===---------------------------------------------
final_snapshot_identifier = "foo"
hosted_zone_id = "Z1PVIF0B656C1W"
iam_database_authentication_enabled = false
id = "orc8rdb"
identifier = "orc8rdb"
instance_class = "db.m4.large"
iops = 0
latest_restorable_time = "2021-11-17T20:34:53Z"
license_model = "postgresql-license"
maintenance_window = "sat:12:30-sat:13:00"
max_allocated_storage = 0
monitoring_interval = 0
multi_az = false
name = "orc8r"
option_group_name = "default:postgres-9-6"
parameter_group_name = "default.postgres9.6"
password = (sensitive value)
performance_insights_enabled = false
performance_insights_retention_period = 0
port = 5432
publicly_accessible = false
replicas = []
resource_id = "db-RDXFIX7AN3PMIMK2AQ62LYJRUI"
security_group_names = []
skip_final_snapshot = true
status = "available"
storage_encrypted = false
storage_type = "gp2"
tags = {}
tags_all = {}
username = "orc8r"
vpc_security_group_ids = [
"sg-0771d7475e686ea7c",
]
}
...
############################################################
Take a snapshot; need access to AWS dashboard for this
############################################################
############################
# terraform plan to 9.6.23
############################
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.orc8r.aws_db_instance.default will be updated in-place
~ resource "aws_db_instance" "default" {
~ engine_version = "9.6.22" -> "9.6.23"
id = "orc8rdb"
name = "orc8r"
tags = {}
# (48 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Warning: Version constraints inside provider configuration blocks are deprecated
on .terraform/modules/orc8r/orc8r/cloud/deploy/terraform/orc8r-aws/providers.tf line 19, in provider "random":
19: version = "~> 2.1"
Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
Releasing state lock. This may take a few moments...
############################
# terraform apply to 9.6.23
############################
sudhikan@sudhikan-mbp fbmagma_ninja_orc8r % terraform apply --auto-approve
module.orc8r.tls_private_key.eks_workers[0]: Refreshing state... [id=b3cb7148421ab06feae765a0be74776ad3d86f22]
module.orc8r.aws_secretsmanager_secret.orc8r_secrets: Refreshing state... [id=arn:aws:secretsmanager:us-west-2:007606123670:secret:orc8r-secrets-94jR7d]
module.orc8r.aws_efs_file_system.eks_pv: Refreshing state... [id=fs-5ca55058]
module.orc8r.module.eks.aws_cloudwatch_log_group.this[0]: Refreshing state... [id=/aws/eks/orc8r/cluster]
module.orc8r.aws_route53_zone.orc8r: Refreshing state... [id=Z050830334LFK50TV5RNV]
module.orc8r.module.vpc.aws_vpc.this[0]: Refreshing state... [id=vpc-075eb05fdb722ab1e]
module.orc8r.aws_sns_topic.sns_orc8r_topic: Refreshing state... [id=arn:aws:sns:us-west-2:007606123670:orc8r-sns]
module.orc8r.aws_key_pair.eks_workers[0]: Refreshing state... [id=orc8r20210120193541018400000002]
module.orc8r.module.eks.aws_iam_policy.cluster_elb_sl_role_creation[0]: Refreshing state... [id=arn:aws:iam::007606123670:policy/orc8r-elb-sl-role-creation20210617170736746900000001]
module.orc8r.module.eks.aws_iam_role.cluster[0]: Refreshing state... [id=orc8r20210120193541021500000004]
module.orc8r.module.vpc.aws_eip.nat[0]: Refreshing state... [id=eipalloc-0bfa2da01918c90ab]
module.orc8r-app.null_resource.orc8r_seed_secrets: Refreshing state... [id=7137076696502942457]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210120193542064200000005]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSVPCResourceControllerPolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210617170737158000000002]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_elb_sl_role_creation[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210617170738382700000004]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210120193542076600000006]
module.orc8r.aws_security_group.default: Refreshing state... [id=sg-0771d7475e686ea7c]
module.orc8r.module.eks.aws_security_group.cluster[0]: Refreshing state... [id=sg-0de49e30d120a75c3]
module.orc8r.module.eks.aws_security_group.workers[0]: Refreshing state... [id=sg-0c584663791b31a6f]
module.orc8r.module.vpc.aws_subnet.public[2]: Refreshing state... [id=subnet-08e7548c1f5b39434]
module.orc8r.module.vpc.aws_subnet.public[0]: Refreshing state... [id=subnet-0f54319c717f5cf70]
module.orc8r.module.vpc.aws_subnet.public[1]: Refreshing state... [id=subnet-0b37afd17536baf5b]
module.orc8r.module.vpc.aws_subnet.database[1]: Refreshing state... [id=subnet-03998270316c599f6]
module.orc8r.module.vpc.aws_subnet.database[2]: Refreshing state... [id=subnet-018645fd9dc3a8913]
module.orc8r.module.vpc.aws_subnet.database[0]: Refreshing state... [id=subnet-0b5750d0746f66d10]
module.orc8r.module.vpc.aws_internet_gateway.this[0]: Refreshing state... [id=igw-056355ed0120b29f6]
module.orc8r.module.vpc.aws_route_table.public[0]: Refreshing state... [id=rtb-0cf00032416a861f3]
module.orc8r.module.vpc.aws_subnet.private[0]: Refreshing state... [id=subnet-07bf0c75bcc11418c]
module.orc8r.module.vpc.aws_subnet.private[2]: Refreshing state... [id=subnet-024a5e088b43b7d0e]
module.orc8r.module.vpc.aws_subnet.private[1]: Refreshing state... [id=subnet-0886458c7eef99ee2]
module.orc8r.module.vpc.aws_route_table.private[0]: Refreshing state... [id=rtb-04102983a2fd6dc6d]
module.orc8r.module.vpc.aws_db_subnet_group.database[0]: Refreshing state... [id=orc8r]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_self[0]: Refreshing state... [id=sgrule-1397552825]
module.orc8r.module.eks.aws_security_group_rule.workers_egress_internet[0]: Refreshing state... [id=sgrule-889259155]
module.orc8r.module.vpc.aws_route_table_association.public[0]: Refreshing state... [id=rtbassoc-043eca9e8d589c2a1]
module.orc8r.module.vpc.aws_route_table_association.public[1]: Refreshing state... [id=rtbassoc-06f033942253fba22]
module.orc8r.module.vpc.aws_route_table_association.public[2]: Refreshing state... [id=rtbassoc-046548f3b5e9f5da9]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_cluster[0]: Refreshing state... [id=sgrule-522586873]
module.orc8r.module.eks.aws_security_group_rule.cluster_https_worker_ingress[0]: Refreshing state... [id=sgrule-3781574337]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_cluster_https[0]: Refreshing state... [id=sgrule-3664471476]
module.orc8r.module.eks.aws_security_group_rule.cluster_egress_internet[0]: Refreshing state... [id=sgrule-780543336]
module.orc8r.module.vpc.aws_route.public_internet_gateway[0]: Refreshing state... [id=r-rtb-0cf00032416a861f31080289494]
module.orc8r.module.vpc.aws_nat_gateway.this[0]: Refreshing state... [id=nat-098db253a26f46988]
module.orc8r.module.vpc.aws_route_table_association.database[1]: Refreshing state... [id=rtbassoc-0b2591679da9cbb1e]
module.orc8r.module.vpc.aws_route_table_association.database[0]: Refreshing state... [id=rtbassoc-0f19803f6417f5b16]
module.orc8r.module.vpc.aws_route_table_association.database[2]: Refreshing state... [id=rtbassoc-09155ec9cd54ca418]
module.orc8r.module.vpc.aws_route_table_association.private[1]: Refreshing state... [id=rtbassoc-0d61cb518ac9e29c0]
module.orc8r.module.vpc.aws_route_table_association.private[2]: Refreshing state... [id=rtbassoc-0cf6b2349d70a28b1]
module.orc8r.module.vpc.aws_route_table_association.private[0]: Refreshing state... [id=rtbassoc-0297a2f507ff4c63a]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[1]: Refreshing state... [id=fsmt-6edfa96b]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[2]: Refreshing state... [id=fsmt-68dfa96d]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[0]: Refreshing state... [id=fsmt-6fdfa96a]
module.orc8r.aws_elasticsearch_domain.es[0]: Refreshing state... [id=arn:aws:es:us-west-2:007606123670:domain/orc8r-es]
module.orc8r.module.eks.aws_eks_cluster.this[0]: Refreshing state... [id=orc8r]
module.orc8r.aws_db_instance.default: Refreshing state... [id=orc8rdb]
module.orc8r.module.vpc.aws_route.private_nat_gateway[0]: Refreshing state... [id=r-rtb-04102983a2fd6dc6d1080289494]
module.orc8r.module.eks.aws_iam_role.workers[0]: Refreshing state... [id=orc8r20210120194805140800000008]
module.orc8r.module.eks.local_file.kubeconfig[0]: Refreshing state... [id=5fd67d4e3f75917b003d470e4918d31388dddb6b]
module.orc8r.aws_db_event_subscription.default: Refreshing state... [id=orc8r-rds-events]
module.orc8r.aws_elasticsearch_domain_policy.es_management_access[0]: Refreshing state... [id=esd-policy-orc8r-es]
module.orc8r-app.kubernetes_namespace.monitoring: Refreshing state... [id=monitoring]
module.orc8r-app.kubernetes_namespace.orc8r: Refreshing state... [id=orc8r]
module.orc8r-app.kubernetes_cluster_role_binding.tiller[0]: Refreshing state... [id=tiller]
module.orc8r-app.kubernetes_service_account.tiller[0]: Refreshing state... [id=kube-system/tiller]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly[0]: Refreshing state... [id=orc8r20210120194805140800000008-2021012019480621640000000e]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy[0]: Refreshing state... [id=orc8r20210120194805140800000008-20210120194806229400000010]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy[0]: Refreshing state... [id=orc8r20210120194805140800000008-2021012019480622350000000f]
module.orc8r.module.eks.aws_iam_instance_profile.workers[0]: Refreshing state... [id=orc8r2021012019480587100000000b]
module.orc8r.aws_iam_role.efs_provisioner: Refreshing state... [id=EFSProvisionerRole2021012019480588290000000c]
module.orc8r.aws_iam_role.external_dns: Refreshing state... [id=ExternalDNSRole2021012019480588290000000d]
module.orc8r-app.kubernetes_secret.artifactory: Refreshing state... [id=orc8r/artifactory]
module.orc8r-app.helm_release.elasticsearch_curator[0]: Refreshing state... [id=elasticsearch-curator]
module.orc8r-app.kubernetes_secret.orc8r_certs: Refreshing state... [id=orc8r/orc8r-certs]
module.orc8r-app.kubernetes_secret.fluentd_certs: Refreshing state... [id=orc8r/fluentd-certs]
module.orc8r-app.kubernetes_secret.orc8r_configs: Refreshing state... [id=orc8r/orc8r-configs]
module.orc8r-app.kubernetes_secret.orc8r_envdir: Refreshing state... [id=orc8r/orc8r-envdir]
module.orc8r-app.kubernetes_secret.nms_certs[0]: Refreshing state... [id=orc8r/nms-certs]
module.orc8r-app.helm_release.fluentd[0]: Refreshing state... [id=fluentd]
module.orc8r.module.eks.aws_launch_configuration.workers[0]: Refreshing state... [id=orc8r-wg-120211201054933006000000001]
module.orc8r.module.eks.kubernetes_config_map.aws_auth[0]: Refreshing state... [id=kube-system/aws-auth]
module.orc8r.aws_iam_role_policy_attachment.efs_provisioner: Refreshing state... [id=EFSProvisionerRole2021012019480588290000000c-20210120194815805400000013]
module.orc8r-app.helm_release.efs_provisioner: Refreshing state... [id=efs-provisioner]
module.orc8r.module.eks.aws_autoscaling_group.workers[0]: Refreshing state... [id=orc8r-wg-120210120194815973300000014]
module.orc8r.aws_iam_role_policy.external_dns: Refreshing state... [id=ExternalDNSRole2021012019480588290000000d:terraform-20210120194823814600000015]
module.orc8r-app.helm_release.external_dns: Refreshing state... [id=external-dns]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadatasources"]: Refreshing state... [id=orc8r/grafanadatasources]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadashboards"]: Refreshing state... [id=orc8r/grafanadashboards]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["promdata"]: Refreshing state... [id=orc8r/promdata]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["promcfg"]: Refreshing state... [id=orc8r/promcfg]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadata"]: Refreshing state... [id=orc8r/grafanadata]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["openvpn"]: Refreshing state... [id=orc8r/openvpn]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanaproviders"]: Refreshing state... [id=orc8r/grafanaproviders]
module.orc8r-app.helm_release.orc8r: Refreshing state... [id=orc8r]
module.orc8r-app.helm_release.lte-orc8r[0]: Refreshing state... [id=lte-orc8r]
module.orc8r-app.helm_release.feg-orc8r[0]: Refreshing state... [id=feg-orc8r]
module.orc8r.aws_db_instance.default: Modifying... [id=orc8rdb]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m50s elapsed]
module.orc8r.aws_db_instance.default: Modifications complete after 9m55s [id=orc8rdb]
Warning: Version constraints inside provider configuration blocks are deprecated
on .terraform/modules/orc8r/orc8r/cloud/deploy/terraform/orc8r-aws/providers.tf line 19, in provider "random":
19: version = "~> 2.1"
Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Outputs:
nameservers = tolist([
"ns-XXX.awsdns-15.com",
"ns-ABCD.awsdns-29.org",
"ns-ADFC.awsdns-30.co.uk",
"ns-EFA.awsdns-55.net",
])
############################
# terraform plan to 12.8
############################
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.orc8r.aws_db_instance.default will be updated in-place
~ resource "aws_db_instance" "default" {
~ engine_version = "9.6.23" -> "12.8"
id = "orc8rdb"
name = "orc8r"
tags = {}
# (48 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Warning: Version constraints inside provider configuration blocks are deprecated
on .terraform/modules/orc8r/orc8r/cloud/deploy/terraform/orc8r-aws/providers.tf line 19, in provider "random":
19: version = "~> 2.1"
Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
Releasing state lock. This may take a few moments...
############################
# terraform apply to 12.8
############################
sudhikan@sudhikan-mbp fbmagma_ninja_orc8r % terraform apply --auto-approve
module.orc8r.tls_private_key.eks_workers[0]: Refreshing state... [id=b3cb7148421ab06feae765a0be74776ad3d86f22]
module.orc8r.module.vpc.aws_vpc.this[0]: Refreshing state... [id=vpc-075eb05fdb722ab1e]
module.orc8r.aws_key_pair.eks_workers[0]: Refreshing state... [id=orc8r20210120193541018400000002]
module.orc8r.module.eks.aws_cloudwatch_log_group.this[0]: Refreshing state... [id=/aws/eks/orc8r/cluster]
module.orc8r.aws_route53_zone.orc8r: Refreshing state... [id=Z050830334LFK50TV5RNV]
module.orc8r.aws_sns_topic.sns_orc8r_topic: Refreshing state... [id=arn:aws:sns:us-west-2:007606123670:orc8r-sns]
module.orc8r.aws_secretsmanager_secret.orc8r_secrets: Refreshing state... [id=arn:aws:secretsmanager:us-west-2:007606123670:secret:orc8r-secrets-94jR7d]
module.orc8r.aws_efs_file_system.eks_pv: Refreshing state... [id=fs-5ca55058]
module.orc8r.module.eks.aws_iam_role.cluster[0]: Refreshing state... [id=orc8r20210120193541021500000004]
module.orc8r.module.eks.aws_iam_policy.cluster_elb_sl_role_creation[0]: Refreshing state... [id=arn:aws:iam::007606123670:policy/orc8r-elb-sl-role-creation20210617170736746900000001]
module.orc8r.module.vpc.aws_eip.nat[0]: Refreshing state... [id=eipalloc-0bfa2da01918c90ab]
module.orc8r-app.null_resource.orc8r_seed_secrets: Refreshing state... [id=7137076696502942457]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210120193542064200000005]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSVPCResourceControllerPolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210617170737158000000002]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_elb_sl_role_creation[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210617170738382700000004]
module.orc8r.module.eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy[0]: Refreshing state... [id=orc8r20210120193541021500000004-20210120193542076600000006]
module.orc8r.aws_security_group.default: Refreshing state... [id=sg-0771d7475e686ea7c]
module.orc8r.module.vpc.aws_subnet.database[0]: Refreshing state... [id=subnet-0b5750d0746f66d10]
module.orc8r.module.vpc.aws_subnet.database[1]: Refreshing state... [id=subnet-03998270316c599f6]
module.orc8r.module.vpc.aws_subnet.database[2]: Refreshing state... [id=subnet-018645fd9dc3a8913]
module.orc8r.module.vpc.aws_subnet.private[1]: Refreshing state... [id=subnet-0886458c7eef99ee2]
module.orc8r.module.vpc.aws_subnet.private[0]: Refreshing state... [id=subnet-07bf0c75bcc11418c]
module.orc8r.module.vpc.aws_subnet.private[2]: Refreshing state... [id=subnet-024a5e088b43b7d0e]
module.orc8r.module.vpc.aws_internet_gateway.this[0]: Refreshing state... [id=igw-056355ed0120b29f6]
module.orc8r.module.vpc.aws_route_table.public[0]: Refreshing state... [id=rtb-0cf00032416a861f3]
module.orc8r.module.vpc.aws_subnet.public[1]: Refreshing state... [id=subnet-0b37afd17536baf5b]
module.orc8r.module.vpc.aws_subnet.public[2]: Refreshing state... [id=subnet-08e7548c1f5b39434]
module.orc8r.module.vpc.aws_subnet.public[0]: Refreshing state... [id=subnet-0f54319c717f5cf70]
module.orc8r.module.vpc.aws_route_table.private[0]: Refreshing state... [id=rtb-04102983a2fd6dc6d]
module.orc8r.module.eks.aws_security_group.workers[0]: Refreshing state... [id=sg-0c584663791b31a6f]
module.orc8r.module.eks.aws_security_group.cluster[0]: Refreshing state... [id=sg-0de49e30d120a75c3]
module.orc8r.module.vpc.aws_route.public_internet_gateway[0]: Refreshing state... [id=r-rtb-0cf00032416a861f31080289494]
module.orc8r.module.vpc.aws_db_subnet_group.database[0]: Refreshing state... [id=orc8r]
module.orc8r.module.vpc.aws_route_table_association.private[1]: Refreshing state... [id=rtbassoc-0d61cb518ac9e29c0]
module.orc8r.module.vpc.aws_route_table_association.private[0]: Refreshing state... [id=rtbassoc-0297a2f507ff4c63a]
module.orc8r.module.vpc.aws_route_table_association.private[2]: Refreshing state... [id=rtbassoc-0cf6b2349d70a28b1]
module.orc8r.module.vpc.aws_route_table_association.database[2]: Refreshing state... [id=rtbassoc-09155ec9cd54ca418]
module.orc8r.module.vpc.aws_route_table_association.database[0]: Refreshing state... [id=rtbassoc-0f19803f6417f5b16]
module.orc8r.module.vpc.aws_route_table_association.database[1]: Refreshing state... [id=rtbassoc-0b2591679da9cbb1e]
module.orc8r.module.vpc.aws_route_table_association.public[2]: Refreshing state... [id=rtbassoc-046548f3b5e9f5da9]
module.orc8r.module.vpc.aws_route_table_association.public[1]: Refreshing state... [id=rtbassoc-06f033942253fba22]
module.orc8r.module.vpc.aws_route_table_association.public[0]: Refreshing state... [id=rtbassoc-043eca9e8d589c2a1]
module.orc8r.module.eks.aws_security_group_rule.cluster_egress_internet[0]: Refreshing state... [id=sgrule-780543336]
module.orc8r.module.vpc.aws_nat_gateway.this[0]: Refreshing state... [id=nat-098db253a26f46988]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[2]: Refreshing state... [id=fsmt-68dfa96d]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[0]: Refreshing state... [id=fsmt-6fdfa96a]
module.orc8r.aws_efs_mount_target.eks_pv_mnt[1]: Refreshing state... [id=fsmt-6edfa96b]
module.orc8r.aws_elasticsearch_domain.es[0]: Refreshing state... [id=arn:aws:es:us-west-2:007606123670:domain/orc8r-es]
module.orc8r.module.eks.aws_security_group_rule.cluster_https_worker_ingress[0]: Refreshing state... [id=sgrule-3781574337]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_self[0]: Refreshing state... [id=sgrule-1397552825]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_cluster[0]: Refreshing state... [id=sgrule-522586873]
module.orc8r.module.eks.aws_security_group_rule.workers_ingress_cluster_https[0]: Refreshing state... [id=sgrule-3664471476]
module.orc8r.module.eks.aws_security_group_rule.workers_egress_internet[0]: Refreshing state... [id=sgrule-889259155]
module.orc8r.module.vpc.aws_route.private_nat_gateway[0]: Refreshing state... [id=r-rtb-04102983a2fd6dc6d1080289494]
module.orc8r.aws_db_instance.default: Refreshing state... [id=orc8rdb]
module.orc8r.module.eks.aws_eks_cluster.this[0]: Refreshing state... [id=orc8r]
module.orc8r.module.eks.aws_iam_role.workers[0]: Refreshing state... [id=orc8r20210120194805140800000008]
module.orc8r.module.eks.local_file.kubeconfig[0]: Refreshing state... [id=5fd67d4e3f75917b003d470e4918d31388dddb6b]
module.orc8r.aws_db_event_subscription.default: Refreshing state... [id=orc8r-rds-events]
module.orc8r.aws_elasticsearch_domain_policy.es_management_access[0]: Refreshing state... [id=esd-policy-orc8r-es]
module.orc8r-app.kubernetes_namespace.orc8r: Refreshing state... [id=orc8r]
module.orc8r-app.kubernetes_namespace.monitoring: Refreshing state... [id=monitoring]
module.orc8r-app.kubernetes_cluster_role_binding.tiller[0]: Refreshing state... [id=tiller]
module.orc8r-app.kubernetes_service_account.tiller[0]: Refreshing state... [id=kube-system/tiller]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly[0]: Refreshing state... [id=orc8r20210120194805140800000008-2021012019480621640000000e]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy[0]: Refreshing state... [id=orc8r20210120194805140800000008-2021012019480622350000000f]
module.orc8r.module.eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy[0]: Refreshing state... [id=orc8r20210120194805140800000008-20210120194806229400000010]
module.orc8r.module.eks.aws_iam_instance_profile.workers[0]: Refreshing state... [id=orc8r2021012019480587100000000b]
module.orc8r.aws_iam_role.efs_provisioner: Refreshing state... [id=EFSProvisionerRole2021012019480588290000000c]
module.orc8r.aws_iam_role.external_dns: Refreshing state... [id=ExternalDNSRole2021012019480588290000000d]
module.orc8r-app.kubernetes_secret.orc8r_envdir: Refreshing state... [id=orc8r/orc8r-envdir]
module.orc8r-app.kubernetes_secret.nms_certs[0]: Refreshing state... [id=orc8r/nms-certs]
module.orc8r-app.kubernetes_secret.fluentd_certs: Refreshing state... [id=orc8r/fluentd-certs]
module.orc8r-app.kubernetes_secret.artifactory: Refreshing state... [id=orc8r/artifactory]
module.orc8r-app.kubernetes_secret.orc8r_certs: Refreshing state... [id=orc8r/orc8r-certs]
module.orc8r-app.kubernetes_secret.orc8r_configs: Refreshing state... [id=orc8r/orc8r-configs]
module.orc8r-app.helm_release.elasticsearch_curator[0]: Refreshing state... [id=elasticsearch-curator]
module.orc8r-app.helm_release.fluentd[0]: Refreshing state... [id=fluentd]
module.orc8r.module.eks.aws_launch_configuration.workers[0]: Refreshing state... [id=orc8r-wg-120211201054933006000000001]
module.orc8r.module.eks.kubernetes_config_map.aws_auth[0]: Refreshing state... [id=kube-system/aws-auth]
module.orc8r.aws_iam_role_policy_attachment.efs_provisioner: Refreshing state... [id=EFSProvisionerRole2021012019480588290000000c-20210120194815805400000013]
module.orc8r-app.helm_release.efs_provisioner: Refreshing state... [id=efs-provisioner]
module.orc8r.module.eks.aws_autoscaling_group.workers[0]: Refreshing state... [id=orc8r-wg-120210120194815973300000014]
module.orc8r.aws_iam_role_policy.external_dns: Refreshing state... [id=ExternalDNSRole2021012019480588290000000d:terraform-20210120194823814600000015]
module.orc8r-app.helm_release.external_dns: Refreshing state... [id=external-dns]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["openvpn"]: Refreshing state... [id=orc8r/openvpn]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadatasources"]: Refreshing state... [id=orc8r/grafanadatasources]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["promdata"]: Refreshing state... [id=orc8r/promdata]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadata"]: Refreshing state... [id=orc8r/grafanadata]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["promcfg"]: Refreshing state... [id=orc8r/promcfg]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanaproviders"]: Refreshing state... [id=orc8r/grafanaproviders]
module.orc8r-app.kubernetes_persistent_volume_claim.storage["grafanadashboards"]: Refreshing state... [id=orc8r/grafanadashboards]
module.orc8r-app.helm_release.orc8r: Refreshing state... [id=orc8r]
module.orc8r-app.helm_release.feg-orc8r[0]: Refreshing state... [id=feg-orc8r]
module.orc8r-app.helm_release.lte-orc8r[0]: Refreshing state... [id=lte-orc8r]
module.orc8r.aws_db_instance.default: Modifying... [id=orc8rdb]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 50s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m0s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m10s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m20s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m30s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m40s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 1m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 2m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 3m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 4m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 5m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 6m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 7m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 8m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 9m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 10m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 11m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 12m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 13m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 14m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 15m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 16m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 17m51s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m1s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m11s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m21s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m31s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m41s elapsed]
module.orc8r.aws_db_instance.default: Still modifying... [id=orc8rdb, 18m51s elapsed]
module.orc8r.aws_db_instance.default: Modifications complete after 18m52s [id=orc8rdb]
Warning: Version constraints inside provider configuration blocks are deprecated
on .terraform/modules/orc8r/orc8r/cloud/deploy/terraform/orc8r-aws/providers.tf line 19, in provider "random":
19: version = "~> 2.1"
Terraform 0.13 and earlier allowed provider version constraints inside the
provider configuration block, but that is now deprecated and will be removed
in a future version of Terraform. To silence this warning, move the provider
version constraint into the required_providers block.
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Outputs:
nameservers = tolist([
"ns-121.awsdns-15.com",
"ns-1263.awsdns-29.org",
"ns-1783.awsdns-30.co.uk",
"ns-954.awsdns-55.net",
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment