{ "version": 4, "terraform_version": "1.5.8", "serial": 379, "lineage": "d3a7a3ce-16cf-a76b-8891-e1f0ec87ffb7", "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-fa661036b1851abda", "ami": "ami-4e95d896", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-888d5e29"], "subnet_id": "subnet-1c3f0b34", "key_name": "prod-deploy-key" } } ] } ] }