{ "version": 4, "terraform_version": "1.5.0", "serial": 526, "lineage": "bcb969e0-84dd-e1a4-6772-e2d77c58162a", "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-b97ad14d6e3ca7e8f", "ami": "ami-2afdf785", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-38620789"], "subnet_id": "subnet-8d9bcb9d", "key_name": "prod-deploy-key" } } ] } ] }