{ "version": 4, "terraform_version": "1.8.9", "serial": 574, "lineage": "09e47d84-2a88-5321-437a-746881877816", "outputs": { "db_endpoint": { "value": "db-1.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-b4bec688962c5d41a", "ami": "ami-202e0deb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ab2c6615"], "subnet_id": "subnet-0cb6f29c", "key_name": "prod-deploy-key" } } ] } ] }