{ "version": 4, "terraform_version": "1.6.1", "serial": 105, "lineage": "72d2170f-1284-37ff-9f53-d98494d94f2c", "outputs": { "db_endpoint": { "value": "db-2.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-7dbf301cac9eea7b1", "ami": "ami-437e47f6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-02c3c486"], "subnet_id": "subnet-d1635d7e", "key_name": "prod-deploy-key" } } ] } ] }