{ "version": 4, "terraform_version": "1.6.2", "serial": 309, "lineage": "4b92eeac-df63-d668-ed58-67a9681cb5d6", "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-8f74cbad52ed9bc57", "ami": "ami-e167e1d1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a09f67eb"], "subnet_id": "subnet-9aa4f513", "key_name": "prod-deploy-key" } } ] } ] }