{ "version": 4, "terraform_version": "1.7.9", "serial": 429, "lineage": "3c72d0c6-20d9-4767-ec04-f8b5efa4b706", "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-4e6bcae56528c2396", "ami": "ami-538b394e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a1f2f53c"], "subnet_id": "subnet-0737f15c", "key_name": "prod-deploy-key" } } ] } ] }