{ "version": 4, "terraform_version": "1.6.5", "serial": 328, "lineage": "8685e27a-6784-27e7-96ac-92e8bba0c0fd", "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-727f05be276501e20", "ami": "ami-e7f52011", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-52fc01d3"], "subnet_id": "subnet-f3192a87", "key_name": "prod-deploy-key" } } ] } ] }