{ "version": 4, "terraform_version": "1.7.4", "serial": 421, "lineage": "3c291d47-5ba6-c002-7f80-ea81fd9226f9", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-2747bc6ffe52cc250", "ami": "ami-cbe9ccaa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2b5c5d20"], "subnet_id": "subnet-9bf834ce", "key_name": "prod-deploy-key" } } ] } ] }