{ "version": 4, "terraform_version": "1.5.4", "serial": 566, "lineage": "1c9da662-6292-f733-10c5-d3fa05e850a1", "outputs": { "db_endpoint": { "value": "db-1.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-99076a6727a57c744", "ami": "ami-e0a217c5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7edfe7c7"], "subnet_id": "subnet-a64d211a", "key_name": "prod-deploy-key" } } ] } ] }