{ "version": 4, "terraform_version": "1.7.1", "serial": 530, "lineage": "da47c5de-f52a-bc64-af0a-5bb443253ff9", "outputs": { "db_endpoint": { "value": "db-0.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-c29fa78121c35762c", "ami": "ami-a7efd351", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-71806fdf"], "subnet_id": "subnet-d83a0fa9", "key_name": "prod-deploy-key" } } ] } ] }