{ "version": 4, "terraform_version": "1.5.5", "serial": 257, "lineage": "4c3a4383-49f6-84ff-c451-0e038880efd7", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-19bd48ee620d23788", "ami": "ami-7c627567", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4c0cb07d"], "subnet_id": "subnet-6b9bf2c5", "key_name": "prod-deploy-key" } } ] } ] }