{ "version": 4, "terraform_version": "1.7.4", "serial": 571, "lineage": "ec5276bd-16cd-92bd-b36b-7f9e109f25c6", "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-779ee6428bd3b39d4", "ami": "ami-bbd505a5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0ae8e6a1"], "subnet_id": "subnet-a1be93a1", "key_name": "prod-deploy-key" } } ] } ] }