{ "version": 4, "terraform_version": "1.7.4", "serial": 411, "lineage": "00febcbf-07eb-3103-46bd-623d42868df6", "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-dc50eaaa041b49211", "ami": "ami-669dcba4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19856939"], "subnet_id": "subnet-f3f2c970", "key_name": "prod-deploy-key" } } ] } ] }