{ "version": 4, "terraform_version": "1.5.6", "serial": 578, "lineage": "63d9ee9d-f5c8-d72f-88d9-a5ea77efb686", "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-acc73a1b72e05dc2d", "ami": "ami-2a6e9783", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-79f24a41"], "subnet_id": "subnet-fc72b732", "key_name": "prod-deploy-key" } } ] } ] }