{ "version": 4, "terraform_version": "1.6.9", "serial": 166, "lineage": "c62ba379-a62b-7dc1-a9af-7a566603fe44", "outputs": { "db_endpoint": { "value": "db-1.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-d81c77177f8fb6a27", "ami": "ami-5db4789a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8dce080e"], "subnet_id": "subnet-8e26b4f8", "key_name": "prod-deploy-key" } } ] } ] }