{ "version": 4, "terraform_version": "1.7.0", "serial": 568, "lineage": "45164634-3d70-771f-f02a-88b28425a17c", "outputs": { "db_endpoint": { "value": "db-2.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-3d8c1132514a33172", "ami": "ami-77093b65", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-44306cde"], "subnet_id": "subnet-9f8c78aa", "key_name": "prod-deploy-key" } } ] } ] }