{ "version": 4, "terraform_version": "1.8.4", "serial": 108, "lineage": "d7e931b7-d7c8-0fad-84c7-0c97a84cd2ae", "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-4d280b4a1d4a4bc1f", "ami": "ami-92e8e503", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c5cb440"], "subnet_id": "subnet-feafe072", "key_name": "prod-deploy-key" } } ] } ] }