{ "version": 4, "terraform_version": "1.6.0", "serial": 330, "lineage": "fa014f46-b193-08c3-a379-77ea6132481a", "outputs": { "db_endpoint": { "value": "db-2.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-24101864efcc09026", "ami": "ami-a7f5ef02", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-66def9ec"], "subnet_id": "subnet-d8ba4a4c", "key_name": "prod-deploy-key" } } ] } ] }