{ "version": 4, "terraform_version": "1.7.5", "serial": 478, "lineage": "a980d8a3-3c50-3ee6-1c18-33c609f6b201", "outputs": { "db_endpoint": { "value": "db-0.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-4cf8e98ef38be08a4", "ami": "ami-80059238", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c17bba63"], "subnet_id": "subnet-1bd56d9f", "key_name": "prod-deploy-key" } } ] } ] }