{ "version": 4, "terraform_version": "1.6.5", "serial": 374, "lineage": "8af55558-272f-7d5f-f0a5-e8b4e15adfd3", "outputs": { "db_endpoint": { "value": "db-4.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-51a6ef993bee4547c", "ami": "ami-9f70fd03", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f351a622"], "subnet_id": "subnet-c2ae404c", "key_name": "prod-deploy-key" } } ] } ] }