{ "version": 4, "terraform_version": "1.5.2", "serial": 463, "lineage": "d9b230c0-c313-775c-e930-3ba81d014cb0", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e5585de9f028bd033", "ami": "ami-a87d1002", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d46fac8a"], "subnet_id": "subnet-33fff8af", "key_name": "prod-deploy-key" } } ] } ] }