{ "version": 4, "terraform_version": "1.5.7", "serial": 366, "lineage": "11077f02-1a02-1f74-50bd-62a62ffd78d9", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f4f0931d52d460b80", "ami": "ami-b6fe3d36", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0939d1c2"], "subnet_id": "subnet-b2d70566", "key_name": "prod-deploy-key" } } ] } ] }