{ "version": 4, "terraform_version": "1.8.3", "serial": 364, "lineage": "46e2d2ef-784a-bf90-57a3-5585ede09653", "outputs": { "db_endpoint": { "value": "db-4.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-62196ed0dd9d1ef9e", "ami": "ami-f69c57b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74b73645"], "subnet_id": "subnet-4c007d01", "key_name": "prod-deploy-key" } } ] } ] }