{ "version": 4, "terraform_version": "1.6.8", "serial": 236, "lineage": "54973667-a4fb-bd8f-6d9f-51b42da5760a", "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-de6ce8fdfb9355845", "ami": "ami-1a5d9e10", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f9621730"], "subnet_id": "subnet-4b73d34b", "key_name": "prod-deploy-key" } } ] } ] }