{ "version": 4, "terraform_version": "1.6.5", "serial": 525, "lineage": "7f1249ef-2874-75d6-34f9-dbd7cebc8ee2", "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-6397c639bbffd5302", "ami": "ami-4f289294", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0892ac63"], "subnet_id": "subnet-bde63c8a", "key_name": "prod-deploy-key" } } ] } ] }