{ "version": 4, "terraform_version": "1.6.1", "serial": 583, "lineage": "f1e2a13e-9e14-7cd4-ad83-9983dc7f8dae", "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-d3947ebf8f8bd40dd", "ami": "ami-71c38168", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4800ac47"], "subnet_id": "subnet-1ad466eb", "key_name": "prod-deploy-key" } } ] } ] }