{ "version": 4, "terraform_version": "1.5.9", "serial": 467, "lineage": "2567b42d-a325-9c8a-c891-49ba96d87e3f", "outputs": { "db_endpoint": { "value": "db-2.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-fcb8bc4e2fd488974", "ami": "ami-d2774ef8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11f4e380"], "subnet_id": "subnet-3e53084e", "key_name": "prod-deploy-key" } } ] } ] }