{ "version": 4, "terraform_version": "1.7.9", "serial": 261, "lineage": "c9f553ec-0806-7ee8-874a-306edb415b06", "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-59e31c21714ccd482", "ami": "ami-0366eca5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0d2e19c3"], "subnet_id": "subnet-4dcb7a38", "key_name": "prod-deploy-key" } } ] } ] }