{ "version": 4, "terraform_version": "1.5.0", "serial": 536, "lineage": "5926a39d-30fb-e9fa-d8a8-31809b1c3975", "outputs": { "db_endpoint": { "value": "db-3.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-7212e9efaaeaeb298", "ami": "ami-98a90312", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-903f0602"], "subnet_id": "subnet-5ef11976", "key_name": "prod-deploy-key" } } ] } ] }