{ "version": 4, "terraform_version": "1.5.4", "serial": 407, "lineage": "58dac909-f67c-8a0c-ef2b-ae187b130bfc", "outputs": { "db_endpoint": { "value": "db-4.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-d3535585c212371e5", "ami": "ami-7569085e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-25af499f"], "subnet_id": "subnet-574d5686", "key_name": "prod-deploy-key" } } ] } ] }