{ "version": 4, "terraform_version": "1.7.4", "serial": 509, "lineage": "f1345119-e391-8880-c83a-ee5d7fd1a95d", "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-2386556127a910282", "ami": "ami-e9d58faa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b2ea68e0"], "subnet_id": "subnet-81ed6b0e", "key_name": "prod-deploy-key" } } ] } ] }