You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:+ create
<= read (data resources)
OpenTofu will perform the following actions:# data.http.test_access will be read during apply# (config will be reloaded to verify a check block)<=data"http""test_access" {
+body=(known after apply)
+id=(known after apply)
+response_body=(known after apply)
+response_body_base64=(known after apply)
+response_headers=(known after apply)
+status_code=(known after apply)
+url="http://13.41.201.92:3000"+retry {
+attempts=5
}
}
# aws_vpc_security_group_ingress_rule.gitops_sg_ingress_rule will be created+resource"aws_vpc_security_group_ingress_rule""gitops_sg_ingress_rule" {
+arn=(known after apply)
+cidr_ipv4="0.0.0.0/0"+description="Allow inbound traffic on port 3000"+from_port=3000+id=(known after apply)
+ip_protocol="tcp"+security_group_id="sg-0a466caf56046ae0d"+security_group_rule_id=(known after apply)
+tags={
+"Name" = "gitops-sg-ingress"
}
+tags_all={
+"Name" = "gitops-sg-ingress"+"environment" = "prod"+"project" = "morethancertified"
}
+to_port=3000
}
Plan:1 to add, 0 to change, 0 to destroy.
The text was updated successfully, but these errors were encountered:
Drift has been detected in
prod
.Below is the plan output:
Show Plan
The text was updated successfully, but these errors were encountered: