{ "version": 4, "terraform_version": "1.5.5", "serial": 379, "lineage": "f560c07f-31af-945e-bc89-e8bec680c955", "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-8974b396678f0c0dd", "ami": "ami-199170ae", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2b92eafe"], "subnet_id": "subnet-3e1cb4ab", "key_name": "prod-deploy-key" } } ] } ] }