{ "version": 4, "terraform_version": "1.8.4", "serial": 395, "lineage": "4178f2e1-c038-5c32-9fc4-5e55dfaa0ae1", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-6b00d63420e8a691d", "ami": "ami-2c87e79e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3c5a8d17"], "subnet_id": "subnet-c15dfcc9", "key_name": "prod-deploy-key" } } ] } ] }