{ "version": 4, "terraform_version": "1.6.8", "serial": 509, "lineage": "67a1cbf0-af67-a919-651b-7bfc230421a0", "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-23a609a41246ad93b", "ami": "ami-d4c831df", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1a17fd5e"], "subnet_id": "subnet-0a29df82", "key_name": "prod-deploy-key" } } ] } ] }