{ "version": 4, "terraform_version": "1.7.5", "serial": 180, "lineage": "7aa63b60-c6c8-87aa-226c-70eeba4ca394", "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-c7e582e6f7b1bafd9", "ami": "ami-6e354cc0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8ca62ba"], "subnet_id": "subnet-6cd67968", "key_name": "prod-deploy-key" } } ] } ] }