{ "version": 4, "terraform_version": "1.8.5", "serial": 207, "lineage": "206477f3-1dc1-edb7-d205-dfebd9208d6a", "outputs": { "db_endpoint": { "value": "db-4.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-456c3e5aea1f84e7e", "ami": "ami-76983448", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-31faa076"], "subnet_id": "subnet-4f1daffc", "key_name": "prod-deploy-key" } } ] } ] }