{ "version": 4, "terraform_version": "1.7.1", "serial": 314, "lineage": "538db932-25be-df89-bca0-cf521e61380e", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-598a490b5b23fd4d3", "ami": "ami-ba5d41b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-de394245"], "subnet_id": "subnet-23ad9df9", "key_name": "prod-deploy-key" } } ] } ] }