{ "version": 4, "terraform_version": "1.5.4", "serial": 543, "lineage": "a82aca8b-9361-1480-1b88-e97b12b44dab", "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-c681b85a41a028c43", "ami": "ami-95080370", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-142eaf25"], "subnet_id": "subnet-6c598e44", "key_name": "prod-deploy-key" } } ] } ] }