{ "version": 4, "terraform_version": "1.6.8", "serial": 444, "lineage": "d37b4ff1-37f4-8367-9316-3b86006bc167", "outputs": { "db_endpoint": { "value": "db-3.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-df668da1ea32d6405", "ami": "ami-5c72dc54", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-db935107"], "subnet_id": "subnet-a811f997", "key_name": "prod-deploy-key" } } ] } ] }