{ "version": 4, "terraform_version": "1.6.2", "serial": 301, "lineage": "1347ff20-dcbd-9fe9-cae1-ec3778235607", "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-2b8208ced14244373", "ami": "ami-11ede299", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-10536dff"], "subnet_id": "subnet-14b00ad9", "key_name": "prod-deploy-key" } } ] } ] }