{ "version": 4, "terraform_version": "1.5.6", "serial": 385, "lineage": "2a82ad4c-9ab6-f594-d135-0588acc0f557", "outputs": { "db_endpoint": { "value": "db-1.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-d43e06d93f28a7377", "ami": "ami-5909dec8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-712df4d8"], "subnet_id": "subnet-7380aa19", "key_name": "prod-deploy-key" } } ] } ] }