{ "version": 4, "terraform_version": "1.5.9", "serial": 585, "lineage": "0653391c-95bd-7d29-dfcc-ac64c54d45c2", "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-c3c6df47738a212f8", "ami": "ami-cc721127", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e7c30a76"], "subnet_id": "subnet-82aee446", "key_name": "prod-deploy-key" } } ] } ] }