{ "version": 4, "terraform_version": "1.5.7", "serial": 371, "lineage": "97e609de-4331-8169-6664-b6cf5500d076", "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-ccf71dfeca3f1d559", "ami": "ami-149c3e38", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-083ea8f9"], "subnet_id": "subnet-00bc5f58", "key_name": "prod-deploy-key" } } ] } ] }