{ "version": 4, "terraform_version": "1.5.0", "serial": 276, "lineage": "90433b2f-fbd6-8f9f-5a3c-522d4e8c11ec", "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-57dc64a67a257dd6d", "ami": "ami-eddee641", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f74574c"], "subnet_id": "subnet-0ac698f3", "key_name": "prod-deploy-key" } } ] } ] }