{ "version": 4, "terraform_version": "1.6.3", "serial": 174, "lineage": "d09fc9eb-70a2-8c00-efc1-4d670192074e", "outputs": { "db_endpoint": { "value": "db-1.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-66c8a461c799ce5ba", "ami": "ami-ec5e178a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c50a90c5"], "subnet_id": "subnet-4dea712b", "key_name": "prod-deploy-key" } } ] } ] }