{ "version": 4, "terraform_version": "1.6.9", "serial": 429, "lineage": "150f299c-ecc1-45f3-632f-9deb1dccbafc", "outputs": { "db_endpoint": { "value": "db-0.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-b13b175be3fe4cd6a", "ami": "ami-a0346004", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4a5aefea"], "subnet_id": "subnet-8df4ca2c", "key_name": "prod-deploy-key" } } ] } ] }