{ "version": 4, "terraform_version": "1.6.7", "serial": 313, "lineage": "82433f5d-b687-23c9-52f6-d20c99c80aa6", "outputs": { "db_endpoint": { "value": "db-4.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-6f1b366eb1575f7a1", "ami": "ami-5fc1506a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e5a7e873"], "subnet_id": "subnet-1942f103", "key_name": "prod-deploy-key" } } ] } ] }