{ "version": 4, "terraform_version": "1.5.4", "serial": 209, "lineage": "d685edbc-4fd6-6af7-6d8e-afc494639858", "outputs": { "db_endpoint": { "value": "db-3.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-e7f93df95594ed8fa", "ami": "ami-5847a8e3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-72553de3"], "subnet_id": "subnet-92819fe4", "key_name": "prod-deploy-key" } } ] } ] }