{ "version": 4, "terraform_version": "1.5.0", "serial": 239, "lineage": "336abfb7-4328-9efe-f081-8c8950447164", "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-d1d5b022883301c8b", "ami": "ami-107a0b20", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9054b87b"], "subnet_id": "subnet-bed4742e", "key_name": "prod-deploy-key" } } ] } ] }