{ "version": 4, "terraform_version": "1.7.5", "serial": 542, "lineage": "69a6e8d0-d1d3-417e-2160-b7756930f010", "outputs": { "db_endpoint": { "value": "db-4.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-470aeeaa5c84326fc", "ami": "ami-e5d2b4fb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-47f6d0f0"], "subnet_id": "subnet-765f59b5", "key_name": "prod-deploy-key" } } ] } ] }