{ "version": 4, "terraform_version": "1.7.8", "serial": 354, "lineage": "7e0d7cc3-dd25-8844-1f19-77f945ec6224", "outputs": { "db_endpoint": { "value": "db-0.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-4fcd70c9fc818f2e8", "ami": "ami-facfe8c5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-201b550c"], "subnet_id": "subnet-5b10bdc7", "key_name": "prod-deploy-key" } } ] } ] }