{ "version": 4, "terraform_version": "1.5.8", "serial": 340, "lineage": "947ae2d5-9c79-32de-a203-f36847261dff", "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-f9175ec2b820c6a7f", "ami": "ami-8bd386e8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c9bcd8bb"], "subnet_id": "subnet-cf864c85", "key_name": "prod-deploy-key" } } ] } ] }