{ "version": 4, "terraform_version": "1.6.3", "serial": 138, "lineage": "6f085663-cd6b-6564-7599-0630cc0a1b98", "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-f17cc28fe5d64ce4d", "ami": "ami-983b15e9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-93fbf451"], "subnet_id": "subnet-c578c96b", "key_name": "prod-deploy-key" } } ] } ] }