{ "version": 4, "terraform_version": "1.7.8", "serial": 148, "lineage": "71ed2933-7dfa-c9b1-9ffd-d2fd11b5b74f", "outputs": { "db_endpoint": { "value": "db-3.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-2fd60a723e4ce0857", "ami": "ami-6074c83a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a824f3e9"], "subnet_id": "subnet-4a5a77c0", "key_name": "prod-deploy-key" } } ] } ] }