{ "version": 4, "terraform_version": "1.6.3", "serial": 567, "lineage": "43a8a698-f880-5a33-e892-f960b0db76c4", "outputs": { "db_endpoint": { "value": "db-0.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-54429cb98f105cb37", "ami": "ami-153e2ab9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-25cbb6ff"], "subnet_id": "subnet-4d7763a0", "key_name": "prod-deploy-key" } } ] } ] }