{ "version": 4, "terraform_version": "1.7.3", "serial": 457, "lineage": "c91e67c1-0600-0654-0978-6e35a8d85767", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-c3a868c23a8b2f8c0", "ami": "ami-d58d6683", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7968e988"], "subnet_id": "subnet-9372a652", "key_name": "prod-deploy-key" } } ] } ] }