{ "version": 4, "terraform_version": "1.6.9", "serial": 111, "lineage": "1a443f30-75d6-feb6-b00c-0f4633c8ab93", "outputs": { "db_endpoint": { "value": "db-0.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-5fc5b9b6a3a78e014", "ami": "ami-2ec1d217", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e620dff9"], "subnet_id": "subnet-4bb7b265", "key_name": "prod-deploy-key" } } ] } ] }