{ "version": 4, "terraform_version": "1.6.9", "serial": 245, "lineage": "86de8254-6965-f8b5-8891-f173011c9116", "outputs": { "db_endpoint": { "value": "db-2.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-d6b6f5e76668e916b", "ami": "ami-61d3b5ec", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d9c9ebf8"], "subnet_id": "subnet-d63b883a", "key_name": "prod-deploy-key" } } ] } ] }